 WORDFLAIR V1.13
-----------------
WORDFLAIR bombs because of a bug when it is started the second time (same 
problem appears with SOME other GDOSses). 

Here's the patch for WORDFLAIR (version 1.13, length 287611 bytes) :

          (All values hexadecimal, position is relativ to start of file!)

           Pos.   |     old           |    new
          --------|-------------------|------------------
           $dc10  | 00 03 cf 52       | 00 03 cf 56
           $3cf6e | 4e 56 00 00 70 65 | 70 65 60 02 70 02
           $3cf86 | 33 ee 00 08       | 33 ef 00 04
           $3cf94 | 4e 5e             | 4e 71

Technical Note:

     WORDFLAIR uses V_OPNWK to open the printer-driver (correct).
     If WORDFLAIR terminates it uses V_CLSVWK to close the printer-driver
     instead of V_CLSWK. NVDI ignores this illegal call.
     GEMDOS now frees all the memory that belongs to WORDFLAIR (this means
     also the printer-driver - if it wasn't resident).
     If you start WORDFLAIR the second time the printer-driver is activated
     via V_OPNWK. Because no V_CLSWK-call was used, NVDI jumps at the old
     location of the printer-driver. There you will find only trash
     what forces the system to crash.

